Welcome![Sign In][Sign Up]
Location:
Search - wince interrupt

Search list

[Other resourceWinCE-interrupt

Description: Wince自定义中断处理的介绍。在ce下,底层驱动一般都和中断密切相关 。对想了解中断的人邦助。
Platform: | Size: 155046 | Author: szhuabin | Hits:

[Windows DevelopIsr_wince

Description: 一个中断处理程序的源代码 嵌入式方面的有很大的实用价值-an interrupt handling program's source code embedded in a great practical value
Platform: | Size: 2048 | Author: pen | Hits:

[Software EngineeringWINCEANDs2410

Description: 基于WIN CE与s2410的外部中断的实现.rar 基于WIN CE与s2410的外部中断的实现.rar-S2410-based WIN CE and the realization of the external interrupt. Rar with WIN CE based on the s2410 the realization of the external interrupt. Rar
Platform: | Size: 173056 | Author: 王志杰 | Hits:

[Windows CEWinCE-interrupt

Description: Wince自定义中断处理的介绍。在ce下,底层驱动一般都和中断密切相关 。对想了解中断的人邦助。 -Wince custom introduction of the treatment interruption. In ce, the underlying drivers and interrupt is generally closely related. Would like to know the disruption of the state to help people.
Platform: | Size: 154624 | Author: szhuabin | Hits:

[Windows CEser_16552

Description: Wince 5.0下ST16C2552扩展串口驱动,采用两个gpio做中断。独立开发所使用的环境是au1200+MIPS,可根据需要进行平台移植。-ST16C2552 expansion under Wince 5.0 serial driver, so the use of two GPIO interrupt. Independent development environment is used au1200+ MIPS, according to the need for transplantation platform.
Platform: | Size: 124928 | Author: 聂方圆 | Hits:

[Windows CEwinceINT

Description: 中断在系统设计中的应用非常广泛,可以说,硬件中断、软件中断无处不在,在WINCE下驱动开发更是如此,比如:按键中断、触摸屏中断、AUDIO中断、DMA中断.....等等,几乎含概每个模块。因此,了解中断的处理过程对驱动开发极其重要,下面对WINCE下的中断处理过程做一个简单介绍。-Interruption in the system design is very extensive, can be said that the hardware interrupt, software interrupt everywhere, in the driver development, especially under WINCE, for example: interrupt button, touch screen interrupt, AUDIO interrupt, DMA, such as interruption ..... and so on, almost with each module overview. Therefore, the understanding of treatment interruption-driven development process is extremely important, following the interruption of treatment under WINCE process to do a simple introduction.
Platform: | Size: 6144 | Author: | Hits:

[Windows CEEICNT

Description: wince外部中断计数小驱动,基于2410-Counting small wince external interrupt-driven, based on 2410
Platform: | Size: 795648 | Author: 张一 | Hits:

[Windows CEInterrupt

Description: WinCE下获取IO中断,使用EVC写的,有需要的朋友可以下载了-WinCE interrupted access to IO, the use of EVC Writing, and has required a friend can download the
Platform: | Size: 86016 | Author: 黄美华 | Hits:

[Windows CEwince_interrupt

Description: WinCE 中断结构分析,分析了WinCE的中断的结构及如何实现中断-WomCE interrupt architecture
Platform: | Size: 209920 | Author: wwfiney | Hits:

[Windows CEMyDriver

Description: wince 下驱动,演示了如何使用硬件中断,IRQ5, 以及如何映射物理地址到虚拟地址。并说明如何在应用程序中使用该驱动。 -under the driver wince, demonstrating how to use the hardware interrupt, IRQ5, and how to map virtual addresses to physical addresses. And how in the application to use the drive.
Platform: | Size: 16384 | Author: 张炜 | Hits:

[Driver Developwince_interval

Description: evc环境下开发的wince外部中断,检测硬件产生中断信号在ist中处理-evc development environment external interrupt wince, testing the hardware interrupt signal is generated to deal with ist
Platform: | Size: 796672 | Author: 雷鹏勇 | Hits:

[Windows CEwince_IRQ

Description: x86平台,wince操作系统,中断响应程序,需作为流驱动加到系统映像中-x86 platform, wince operating system, interrupt response procedure is added to the system as a flow-driven image
Platform: | Size: 19456 | Author: liuyang | Hits:

[Windows CEwince_lenrning_points

Description: wince的电源管理,DirectShow,多线程编程,中断处理机制,驱动程序开发,串口编程要点-wince power management, DirectShow, multi-threaded programming, interrupt handling mechanism, driver development, serial programming essentials
Platform: | Size: 1350656 | Author: 吴先生 | Hits:

[Embeded-SCM DevelopinterruptAndDrviver2

Description: 周立功samsung2440开发板的中断和流驱动例程,介绍入门学习wince驱动的好例子-ZLG samsung2440 development board s interrupt and flow-driven routines, introduces entry-a good example to learn wince driver
Platform: | Size: 33792 | Author: 陈金强 | Hits:

[Windows CEwince

Description: wince相关资料,串口通信,GPIO,中断等-wince information, serial communications, GPIO, interrupt, etc.
Platform: | Size: 282624 | Author: 王艳萍 | Hits:

[Windows CEWINCE_Driver

Description: WINCE添加驱动程序,目的为响应S3C2410的EINT7中断,使用了rGB2作为LED状态输出 1.Kernel\Hal\cfw.c OEMInitInterrupts()使能EINT7、LED(Output)、触发方式 2.Inc\oalintr.h(Inc\oalintr.inc) 增加:#define SYSINTR_BEEP (SYSINTR_FIRMWARE+19) 修改: _inline DWORD MapIrq2SysIntr(DWORD _Irq) { if( _Irq<=18 )// 这里18改为19 return ( SYSINTR_FIRMWARE + _Irq ) else return (0xffffffff) } -WINCE add drivers, the purpose of the EINT7 S3C2410 interrupt response, the use of the rGB2 as LED status output 1.Kernel \ Hal \ cfw.c OEMInitInterrupts () enabled EINT7, LED (Output), trigger 2.Inc \ oalintr.h (Inc \ oalintr.inc) added:# define SYSINTR_BEEP (SYSINTR_FIRMWARE+19) modified: _inline DWORD MapIrq2SysIntr (DWORD _Irq) {if (_Irq < = 18)// here 18 to 19 return (SYSINTR_FIRMWARE+ _Irq) else return (0xffffffff) }
Platform: | Size: 8192 | Author: chenl | Hits:

[Windows CEVideoCap

Description: wince 下的摄像头采集程序,适合新手了解wince下调用驱动采集图象数据原理,了解底层中断与应用层配合方式。-wince under the camera capture program, suitable for beginners to understand wince image data collected under the call-driven principles, understanding and application layer with the underlying interrupt mode.
Platform: | Size: 29696 | Author: cw | Hits:

[Windows CEintr

Description: wince下中断机制的分析,总结了中断学习中应该注意的要点-wince under the interrupt mechanism of the analysis, summarizes the break points of the study should be noted
Platform: | Size: 680960 | Author: | Hits:

[SCMGPIOButton

Description: YL2450开发板的按键驱动,可以学习下wince下的流驱动编写方法及中断处理过程-YL2450 key driver development board, you can learn under the wince under the compilation of flow-driven and interrupt processing
Platform: | Size: 15360 | Author: sp | Hits:

[File FormatWinCE-zhongduanchuli-jizhi

Description: WINCE环境下的各种中断处理机制,对于初学者非常有用-WINCE under a variety of interrupt handling mechanism, very useful for beginners
Platform: | Size: 18432 | Author: wangliufeng | Hits:
« 12 »

CodeBus www.codebus.net